home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the hilite of cast "b_seal" = 1 then
- alert("You cannot use Swivel Seals with Swivel Locks")
- set the hilite of cast "b_mtg51" to 0
- set the hilite of cast "b_mtg61" to 0
- set the hilite of cast "b_mtg62" to 0
- set the hilite of cast "b_mtg63" to 0
- set the hilite of cast "b_mtg64" to 0
- set the hilite of cast "b_seal" to 0
- abort()
- end if
- if the hilite of cast "b_mtg61" = 1 then
- set the hilite of cast "b_mtg51" to 0
- end if
- end
-